home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Digital Pose Collection
/
Digital Pose Collection.iso
/
mac
/
POSE
/
DATA
/
MAIN.DXR
/
00006_select pose .ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-06-18
|
271 b
|
17 lines
on mouseDown
global gframe
cursor(4)
flashbtn()
set apos to the clickOn - 23
set anum to getAt(gtemplist, apos)
setglobals(anum)
setkanban()
if gframe = 8 then
cursor(0)
play frame "Disp8"
else
cursor(0)
play frame "Disp12"
end if
end